PreviousNextTracker indexSee it online !

(105/185) 240 - Completion Plugin: better integration w/ core and SideKick

I would like to see these go into Completion plugin.

1- Completion: A way to choose which completion provider is used on a mode-by-mode basis.

2- Completion: Some way of integrating jEdit's built-in complete action so that
it is one of the choices of completion providers?

3- SideKick: a way to say for some modes, to use a different completion provider/service

4- SideKick: provide a proper completion service to Completion plugin, and remove entirely the completion UI from SideKick.


The goal is to be able to bind a single shortcut to the Completion "complete" action, and it will use sidekick's completer in java mode and clangcompletion when in C++ mode, and also allow users to say "no completion at all" for a given edit mode.

Submitted ezust - 2011-07-17 18:13:52 Assigned
Priority 5 Labels
Status open Group
Resolution None

Comments

2014-04-24 04:22:51.391000
ezust

- Description has changed:

Diff:

~~~~

--- old
+++ new
@@ -7,7 +7,7 @@

3- SideKick: a way to say for some modes, to use a different completion provider/service

-4- SideKick: provide a completion service to Completion plugin?
+4- SideKick: provide a proper completion service to Completion plugin, and remove entirely the completion UI from SideKick.


The goal is to be able to bind a single shortcut to the Completion "complete" action, and it will use sidekick's completer in java mode and clangcompletion when in C++ mode, and also allow users to say "no completion at all" for a given edit mode.

~~~~